home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
Mac shareware
/
Education
/
RLaB
/
help
/
tic
< prev
next >
Wrap
Text File
|
1994-09-21
|
352b
|
21 lines
tic:
Syntax: tic ( )
Description:
Tic internally marks the time at which it was invoked. To
measure elapsed time, use tic() in conjunction with toc().
Example:
tic();
a = rand(100,100);
eig(a);
toc()
The above would measure the time spent generating the 100x100
random matrix, and calculating the eigenvectors and values.
See Also: toc